home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Neurons
/
out
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-23
|
354 b
|
15 lines
|
[
TEXT/ScoM
]
out test position
Tests if the out pattern contains the result of test in the position. Only previous out positions generated by the neuron at this instance are valid.
(def-neuron test3
(and (in 1 'a) (in 2 'a))
'a
(and (in 1 'b) (in 2 'a) (out 'a -1))
'x
)
(run-neuron 'test3
'(a b a d b)
'(a a b a a))
--> (a x = = x)